Adwaita: Small improvement for dropdown
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2020 19:43:46 +0000 (15:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2020 19:43:46 +0000 (15:43 -0400)
Put some space between the arrow and the text.
This was noticable in the new listbox2 demo.

gtk/theme/Adwaita/_common.scss

index deeaed97f9d75407ce797e076ca810f96121ad76..cb4ba3968080719ac379bf01b6017c1782cefc76 100644 (file)
@@ -1197,6 +1197,10 @@ spinbutton {
  **************/
 dropdown > popover.menu.background > contents { padding: 0; } //allow search entries with no margin
 
+dropdown > button > box {
+  border-spacing: 6px;
+}
+
 dropdown,
 combobox {
   arrow {